Skip to content

feat: add color mixer game - #97

Merged
Yugo206 merged 1 commit into
Yugo206:mainfrom
ShivamMishra1603:feature/color-mixer
Jun 29, 2026
Merged

feat: add color mixer game#97
Yugo206 merged 1 commit into
Yugo206:mainfrom
ShivamMishra1603:feature/color-mixer

Conversation

@ShivamMishra1603

Copy link
Copy Markdown
Contributor

Description

Describe your contribution.

Adds the Color Mixer mini-game under games/chill/color_mixer/game.py.
The game randomly generates two primary colors (red, blue, yellow) and asks the player to guess the mixed result, keeping score over multiple rounds.

Checklist

  • My game defines an AUTHOR variable
  • My game defines a run() function
  • I did NOT add run() at the end of the file
  • I did NOT add if __name__ == "__main__"
  • I removed any .pyc files
  • I removed any .DS_Store files
  • The game works correctly when launched from launcher.py

Issue

Closes #95

@Yugo206 Yugo206 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

The code is clean and easy to follow, and I like the use of a frozenset to handle color combinations regardless of order.

Everything looks good to me. Thanks for contributing!

@Yugo206
Yugo206 merged commit ea50901 into Yugo206:main Jun 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Color Mixer

2 participants